home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / f90 / sysclock.z / sysclock
Encoding:
Text File  |  1998-10-30  |  1.9 KB  |  42 lines

  1. SYSCLOCK(3F)                                           Last changed: 2-6-97
  2.  
  3.  
  4. NNAAMMEE
  5.      SSYYSSCCLLOOCCKK - Returns real-time clock value and number of wraps
  6.  
  7. SSYYNNOOPPSSIISS
  8.      IINNTTEEGGEERR IICCOOUUNNTT,, IIWWRRAAPP
  9.  
  10.      CCAALLLL SSYYSSCCLLOOCCKK (_i_c_o_u_n_t,, _i_w_r_a_p)
  11.  
  12. IIMMPPLLEEMMEENNTTAATTIIOONN
  13.      UNICOS, UNICOS/mk, and IRIX systems
  14.  
  15. DDEESSCCRRIIPPTTIIOONN
  16.      SSYYSSCCLLOOCCKK returns the same real-time clock count returned by the _c_o_u_n_t
  17.      argument to the Fortran 90 SSYYSSTTEEMM__CCLLOOCCKK intrinsic subroutine.
  18.  
  19.      On 32-bit systems, the real-time clock value for SSYYSSTTEEMM__CCLLOOCCKK reaches
  20.      _c_o_u_n_t__m_a_x and wraps around to 0 occasionally.  The number of times
  21.      that the clock has wrapped is returned in _i_w_r_a_p.  By using _i_w_r_a_p, you
  22.      can reliably time intervals during which the clock may have wrapped
  23.      one or more times.
  24.  
  25.      Use the _c_o_u_n_t__r_a_t_e argument on the SSYYSSTTEEMM__CCLLOOCCKK intrinsic subroutine
  26.      to determine the clock rate for SSYYSSCCLLOOCCKK.
  27.  
  28.      When using the CF90 compiler or MIPSpro Cray Fortran 90 compiler on
  29.      UNICOS, UNICOS/mk, or IRIX, all arguments must be of default kind
  30.      unless documented otherwise.  On UNICOS and UNICOS/mk, default kind is
  31.      KKIINNDD==88 for integer, real, complex, and logical arguments; on IRIX, the
  32.      default kind is KKIINNDD==44.
  33.  
  34. RREETTUURRNN VVAALLUUEESS
  35.      _i_w_r_a_p always returns 0 on 64-bit systems.
  36.  
  37. SSEEEE AALLSSOO
  38.      IIRRTTCC(3I), SSYYSSTTEEMM__CCLLOOCCKK(3I), TTIIMMEEFF(3F)
  39.  
  40.      _A_p_p_l_i_c_a_t_i_o_n _P_r_o_g_r_a_m_m_e_r'_s _L_i_b_r_a_r_y _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-
  41.      2165, for the printed version of this man page.
  42.